home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk187 / blankette / blankette.doc < prev    next >
Text File  |  1995-03-19  |  4KB  |  88 lines

  1.  
  2.  AUTHOR    : Max Bithead
  3.  DATE    : 2-06-91
  4.  
  5.  NAME    : Blankette (very tiny screen blanker, hence "blankette")
  6.  
  7.  DESC.    : Blankette simply dims the screen when the user is away.  This
  8.       avoids phospher burns in your monitor that may occur if the screen
  9.       displays a bright image for an extended period of time.
  10.  
  11.       To accomplish the screen "dimming", the color values are simply
  12.       halved on the currently active viewport.
  13.  
  14.       Blankette uses very little memory (under 2k) and very little CPU
  15.       time, thus making it a practical screen blanker.
  16.  
  17.       Blankette must be started under CLI by typing:
  18.  
  19.         run >nil: Blankette [seconds of inactivity before blank]
  20.  
  21.       You may use any value you wish for the delay period.  If Blankette
  22.       is started by just typing "Blankette n", it will be attached to
  23.       the CLI.  Hit Ctrl-C to cancel it.
  24.  
  25.       Blankette first cancels any other copies of itself that may be
  26.       running, so if you want a new delay period, simply restart
  27.       Blankette.  To remove Blankette completely, simply type
  28.       "Blankette" without any parameters, or "Blankette 0".
  29.  
  30.       If you are running a program that is a real CPU hog, never waits
  31.       on any event, and never does any I/O, then the chances are 
  32.       Blankette won't get a chance to run.  This is due to the low 
  33.       priority at which Blankette operates.  If Blankette wasn't at
  34.       such a low priority, system performance would suffer.  I don't
  35.       want that on my system.  If I need to walk away while a CPU 
  36.       intensive program is running, shutting off the monitor works
  37.       nicely to preserve it's life.  Blankette will otherwise kick in
  38.       during normal system activity.
  39.  
  40.       A word about HAM:  Normally, halving the color values of a HAM
  41.       picture does little or no good, such is the nature of Hold And
  42.       Modify mode.  To get around this, Blankette turns HAM mode off
  43.       to dim the screen, and back on again when it detects user input.
  44.  
  45.       Blankette is sensitive to mouse movement, joystick movement, the
  46.       left mouse button, the joystick button, and keyboard input.
  47.  
  48.  
  49.  HAPPY    : So far, Blankette has proven to be compatible with just about
  50.       everything!  In fact, I haven't been able to crash the system
  51.       by using it. :)  Enjoy!
  52.  
  53.       Ooops.  It's possible, by way of the DisplayBeep function, to
  54.       get your screen stuck in the halved colors.  To fix this situation,
  55.       simply pull up the system preferences.  When the preferences 
  56.       window pops up it resets your colors for you.  Happy again.
  57.  
  58.  ----------------------------------------------------------------------------
  59.  
  60.  Blankette be true PD, mon!  It happens to be © Max Bithead, but I hereby
  61.  give anybody the right to mangle it as they wish, so long as ya give me
  62.  me just a little credit for the original work.  I've included the source
  63.  code because, well, there just aint enough good examples of Amiga how-to
  64.  programming.  And YES, YET ANOTHER assembler program by me!  It woulda been
  65.  'C', but I wanted it to be REAL small.  Anyway, any bright programmer oughta
  66.  be able to convert it to 'C' if they really want to.
  67.  
  68.  And hey, don't rag on me if you DEW manage to make Blankette crash your
  69.  system some day.  I may be responsible, but I aint liable.
  70.  
  71.  I've included two versions of Blankette.  One that halves the screen colors,
  72.  and one that quarters the screen colors for those who like to really crank
  73.  the ole brightness and contrast knobs.  The second version is called
  74.  Blankette2.  You may use either interchangably.  Try 'em out with a delay of
  75.  1 second to see which you like better.  For some real fun, see what happens
  76.  to HAM screens when they're dimmed.
  77.  
  78.  Yet another fine product from Bithead Technologies.  And the best part :
  79.  It's TOTALLY FREE!
  80.  
  81.  
  82.                 -John Enright (A.K.A. Max Bithead)
  83.  
  84.                  Boulder, Colorado, 80301
  85.  
  86.                  (303) 938-9490
  87.  
  88.